home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / graphics / itgraph / delphi / nodeinfo.dfm / nodeinfo.txt
Encoding:
Text File  |  1995-09-05  |  3.2 KB  |  192 lines

  1. object NodeInfoDlg: TNodeInfoDlg
  2.   Left = 280
  3.   Top = 140
  4.   ActiveControl = AcceptBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Dialog'
  7.   ClientHeight = 329
  8.   ClientWidth = 390
  9.   Font.Color = clBlack
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 120
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   TextHeight = 16
  17.   object Bevel1: TBevel
  18.     Left = 10
  19.     Top = 10
  20.     Width = 369
  21.     Height = 263
  22.     Shape = bsFrame
  23.     IsControl = True
  24.   end
  25.   object Label1: TLabel
  26.     Left = 19
  27.     Top = 19
  28.     Width = 29
  29.     Height = 16
  30.     Caption = 'List:'
  31.   end
  32.   object Label2: TLabel
  33.     Left = 248
  34.     Top = 16
  35.     Width = 65
  36.     Height = 16
  37.     Caption = 'ItemId:'
  38.   end
  39.   object Label3: TLabel
  40.     Left = 248
  41.     Top = 64
  42.     Width = 67
  43.     Height = 16
  44.     Caption = 'ItemData:'
  45.   end
  46.   object Label4: TLabel
  47.     Left = 16
  48.     Top = 120
  49.     Width = 69
  50.     Height = 16
  51.     Caption = 'ItemXpos:'
  52.   end
  53.   object Label5: TLabel
  54.     Left = 16
  55.     Top = 152
  56.     Width = 70
  57.     Height = 16
  58.     Caption = 'ItemYpos:'
  59.   end
  60.   object Label6: TLabel
  61.     Left = 200
  62.     Top = 120
  63.     Width = 73
  64.     Height = 16
  65.     Caption = 'ItemWidth:'
  66.   end
  67.   object Label7: TLabel
  68.     Left = 200
  69.     Top = 152
  70.     Width = 79
  71.     Height = 16
  72.     Caption = 'ItemHeight:'
  73.   end
  74.   object LabelSources: TLabel
  75.     Left = 24
  76.     Top = 184
  77.     Width = 74
  78.     Height = 16
  79.     Caption = 'Sources: 0'
  80.   end
  81.   object LabelTargets: TLabel
  82.     Left = 200
  83.     Top = 184
  84.     Width = 71
  85.     Height = 16
  86.     Caption = 'Targets: 0'
  87.   end
  88.   object AcceptBtn: TBitBtn
  89.     Left = 183
  90.     Top = 286
  91.     Width = 95
  92.     Height = 33
  93.     Caption = 'Accept'
  94.     TabOrder = 0
  95.     OnClick = AcceptBtnClick
  96.     Kind = bkOK
  97.     Margin = 2
  98.     Spacing = -1
  99.     IsControl = True
  100.   end
  101.   object CancelBtn: TBitBtn
  102.     Left = 286
  103.     Top = 286
  104.     Width = 95
  105.     Height = 33
  106.     TabOrder = 1
  107.     Kind = bkCancel
  108.     Margin = 2
  109.     Spacing = -1
  110.     IsControl = True
  111.   end
  112.   object Memo1: TMemo
  113.     Left = 56
  114.     Top = 16
  115.     Width = 185
  116.     Height = 97
  117.     Lines.Strings = (
  118.       'Memo1')
  119.     TabOrder = 2
  120.     WantReturns = False
  121.   end
  122.   object ItemId: TEdit
  123.     Left = 264
  124.     Top = 37
  125.     Width = 105
  126.     Height = 24
  127.     Enabled = False
  128.     TabOrder = 3
  129.     Text = 'ItemId'
  130.   end
  131.   object ItemData: TEdit
  132.     Left = 264
  133.     Top = 85
  134.     Width = 105
  135.     Height = 24
  136.     TabOrder = 4
  137.     Text = 'ItemData'
  138.   end
  139.   object ItemXpos: TEdit
  140.     Left = 88
  141.     Top = 117
  142.     Width = 89
  143.     Height = 24
  144.     Enabled = False
  145.     TabOrder = 5
  146.     Text = 'ItemXpos'
  147.   end
  148.   object ItemYpos: TEdit
  149.     Left = 88
  150.     Top = 149
  151.     Width = 89
  152.     Height = 24
  153.     Enabled = False
  154.     TabOrder = 6
  155.     Text = 'ItemYpos'
  156.   end
  157.   object ItemWidth: TEdit
  158.     Left = 280
  159.     Top = 117
  160.     Width = 89
  161.     Height = 24
  162.     Enabled = False
  163.     TabOrder = 7
  164.     Text = 'ItemWidth'
  165.   end
  166.   object ItemHeight: TEdit
  167.     Left = 280
  168.     Top = 149
  169.     Width = 89
  170.     Height = 24
  171.     Enabled = False
  172.     TabOrder = 8
  173.     Text = 'ItemHeight'
  174.   end
  175.   object ListSources: TListBox
  176.     Left = 23
  177.     Top = 200
  178.     Width = 170
  179.     Height = 69
  180.     ItemHeight = 16
  181.     TabOrder = 9
  182.   end
  183.   object ListTargets: TListBox
  184.     Left = 199
  185.     Top = 200
  186.     Width = 170
  187.     Height = 69
  188.     ItemHeight = 16
  189.     TabOrder = 10
  190.   end
  191. end
  192.